Ti.Barcode Module

Description

Lets you process 1D/2D barcodes.

System Requirements

To use this module you must install it local to the application project. To install, copy the module zip file into your application folder.

Accessing the Ti.Barcode Module

To access this module from JavaScript, you would do the following:

Titanium.Barcode = Ti.Barcode = require("ti.barcode");

Functions

Ti.Barcode.capture()

Brings up the camera and begins the capture sequence for processing a barcode. There are no parameters.

Use Titanium Event Listeners to process the following events that are sent from the module:

Usage

See example.

Author

Clint Tredway

Feedback and Support

Please direct all questions, feedback, and concerns to info@appcelerator.com.

License

Copyright(c) 2010-2011 by Appcelerator, Inc. All Rights Reserved. Please see the LICENSE file included in the distribution for further details.